Skip to content

Commit ce50ef0

Browse files
committed
quick readme update
1 parent c95dc3f commit ce50ef0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ You can edit this file to customize your settings. The application will load it
218218
```json
219219
{
220220
"agent": "ollama",
221-
"model": "llama2",
221+
"model": "qwen2.5-coder:3b",
222222
"ollama_url": "http://localhost:11434",
223223
"gemini_api": "",
224224
"workspace": "/home/user/ti-workspace"
@@ -230,7 +230,7 @@ You can edit this file to customize your settings. The application will load it
230230
```json
231231
{
232232
"agent": "gemini",
233-
"model": "gemini-2.5-flash-lite",
233+
"model": "gemini-3-flash-lite",
234234
"ollama_url": "",
235235
"gemini_api": "your-api-key-here",
236236
"workspace": "/home/user/project-workspace"
@@ -240,7 +240,7 @@ You can edit this file to customize your settings. The application will load it
240240
**Configuration Fields:**
241241

242242
- `agent`: AI provider - `"ollama"` or `"gemini"`
243-
- `model`: Model name (e.g., `"llama2"`, `"qwen2.5-coder:3b"`, `"gemini-2.5-flash-lite"`)
243+
- `model`: Model name (e.g., `"llama2"`, `"qwen2.5-coder:3b"`, `"gemini-3-flash-lite, gemini-3-pro-preview"`)
244244
- `ollama_url`: Ollama server URL (only for Ollama provider)
245245
- `gemini_api`: Gemini API key (required for Gemini provider)
246246
- `workspace`: Workspace directory path (absolute path to your workspace folder)

0 commit comments

Comments
 (0)