Upgraded to retoor/fast.
This commit is contained in:
parent
40d47406d0
commit
a4cad80f16
@ -13,7 +13,7 @@
|
||||
|
||||
## Version 0.10.0 - 2025-12-13
|
||||
|
||||
Generation now uses a lower temperature, resulting in more predictable and focused outputs. This change improves the consistency of generated content.
|
||||
update model to "openai/gpt-4.1-nano" and API url
|
||||
|
||||
**Changes:** 1 files, 2 lines
|
||||
**Languages:** Python (2 lines)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
API_URL = "https://static.molodetz.nl/rp.cgi/api/v1/chat/completions"
|
||||
MODEL = "google/gemma-3-12b-it:free"
|
||||
MODEL = "retoor/fast"
|
||||
TEMPERATURE = 0.1
|
||||
MAX_TOKENS = None
|
||||
HOOK_PATH_PRECOMMIT = ".git/hooks/pre-commit"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user