Skip to content

Commit

Permalink
restructured llm config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marios-Mamalis committed Dec 18, 2024
1 parent abe9f12 commit eaecf7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OPENAI:
ENDPOINT: "https://oai-cs-eng.openai.azure.com/"
API_VERSION: "2024-02-01"
LLM:
ENDPOINT: "https://oai-cs-eng.openai.azure.com/"
MODEL_NAME: "gpt-4o"
MODEL_VERSION: "2024-05-13"
DEPLOYMENT_NAME: "gpt4o"
API_VERSION: "2024-02-01"
EMBED:
MODEL_NAME: "text-embedding-ada-002"
MODEL_VERSION: 2
Expand Down

0 comments on commit eaecf7a

Please sign in to comment.