forked from woensug-choi/ChatGee
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Heo, Sung edited this page Mar 18, 2024
·
14 revisions
챗지 Release 0.11.1 버전, LM Studio 0.2.16을 기준으로 작성되었습니다.
- [ChatGee] 설치 : https://github.com/woensug-choi/ChatGee/releases/tag/v0.11.1
- [LM Studio] 설치 : https://lmstudio.ai/
- ChatGee-0.11.1/venv_chatgee/lib/python3.10/site-packages/openai/init.py 에서 OPENAI_API_BASE 주소 수정
[OPENAI_API_BASE] : api_base = os.environ.get("OPENAI_API_BASE", "https://api.openai.com/v1") ➡️ api_base = os.environ.get("OPENAI_API_BASE", "http://localhost:1234/v1") OPENAI_API_BASE
[ChatGee] ChatGee