--- base_model: google/gemma-4-E4B-it license: apache-2.0 pipeline_tag: text-generation tags: - selenium - java - experimental --- # selenium-java-llm v0.1 Experimental Gemma 4 E4B fine-tune for Selenium Java test reasoning. Not an official release. Not affiliated with SeleniumHQ or Google. Hallucinates Selenium APIs — always verify generated code. Base model licensing (Gemma Terms of Use) governs use. ## Serve vllm serve harsha509/selenium-java-llm-v0.1 --max-model-len 131072 Exposes OpenAI-compatible endpoint at http://localhost:8000/v1. ## VSCode via Continue.dev In ~/.continue/config.json add to the "models" array: { "title": "selenium-java-llm", "provider": "openai", "model": "harsha509/selenium-java-llm-v0.1", "apiBase": "http://localhost:8000/v1", "apiKey": "not-needed" } ## Cursor Settings -> Models -> Override OpenAI Base URL: - Base URL: http://localhost:8000/v1 - API Key: any non-empty string - Model name: harsha509/selenium-java-llm-v0.1 ## Intended use Research only. Not for production test triage or unattended code edits.