chore: fix model URLs
This commit is contained in:
parent
4ceec902a3
commit
ae7ee1a75d
8 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@ quarkus:
|
|||
openai:
|
||||
#api-key: ${OPENAI_API_KEY}
|
||||
api-key: #PUT_YOUR_TOKEN_HERE
|
||||
base-url: https://inference-llama33-70b-maas.apps.ai.kvant.cloud/v1/
|
||||
base-url: https://inference-llama33-70b-maas.apps.ai-2.kvant.cloud/v1/
|
||||
chat-model:
|
||||
#model-name: gpt-4o-mini
|
||||
model-name: inference-llama33-70b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue