Completed the documentation update and removed the completed roadmap
This commit is contained in:
7
examples/profiles/local-fast.yaml
Normal file
7
examples/profiles/local-fast.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
id: local-fast
|
||||
endpoint: http://localhost:8000/v1
|
||||
model: gpt-4o-mini
|
||||
temperature: 0.2
|
||||
max_tokens: 500
|
||||
top_p: 1.0
|
||||
timeout_seconds: 90
|
||||
8
examples/profiles/local-quality.yaml
Normal file
8
examples/profiles/local-quality.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
id: local-quality
|
||||
endpoint: http://localhost:8000/v1
|
||||
model: gpt-4.1
|
||||
temperature: 0.0
|
||||
max_tokens: 1200
|
||||
top_p: 1.0
|
||||
timeout_seconds: 180
|
||||
api_key_env: SCRIPTORIUM_API_KEY
|
||||
Reference in New Issue
Block a user