Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
fix: fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlu committed May 15, 2024
1 parent 7f7cc69 commit 9d4e99e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion chatbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ChatGPTSettings(BaseSettings):
reply_count: Optional[int] = None
truncate_limit: Optional[int] = None
proxy: Optional[str] = None
model: Optional[str] = "gpt-3.5-turbo"
model: Optional[str] = "gpt-4o"

class Config:
env_file = ".env"
Expand Down
76 changes: 38 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python-dotenv = "^0.21.1"
databases = { extras = ["aiosqlite"], version = "^0.7.0" }
dingtalk-stream = "^0.18.1"
pydantic = "^1.10.9"
tiktoken = "^0.5.2"
tiktoken = "^0.7.0"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 9d4e99e

Please sign in to comment.