File size: 1,114 Bytes
3e3c736
1788e76
bdba0c9
9b125d3
0d006cf
 
 
 
3e3c736
 
0d006cf
 
9b125d3
 
 
 
 
 
 
 
 
 
0d006cf
9b125d3
0d006cf
9b125d3
0d006cf
9b125d3
 
 
 
 
 
 
0d006cf
9b125d3
3e3c736
9b125d3
 
 
 
3e3c736
0d006cf
3e3c736
9b125d3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
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.