Skip to content

Commit

Permalink
ignore updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Mar 3, 2024
1 parent ce77ffd commit ee83b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# .gitattributes

ufo/config/config.yaml export-ignore
2 changes: 1 addition & 1 deletion ufo/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.1

API_TYPE: "openai2" # The API type, "openai" for the OpenAI API, "aoai" for the AOAI API.
API_TYPE: "openai" # The API type, "openai" for the OpenAI API, "aoai" for the AOAI API.
OPENAI_API_BASE: "YOUR_ENDPOINT" for the OpenAI API.
OPENAI_API_KEY: "YOUR_API_KEY" # The OpenAI API key
AOAI_DEPLOYMENT: "YOUR_AOAI_DEPLOYMENT" # Your AOAI deployment if apply
Expand Down

0 comments on commit ee83b33

Please sign in to comment.