.gitignore 수정, 텔레그램 봇 명령어 수정, 지수 조회 오류 수정

This commit is contained in:
2026-02-05 00:55:39 +09:00
parent 7d5f62f844
commit ef9f01c4cd
4 changed files with 49 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ class Config:
# 2. NAS 및 AI 서버
NAS_API_URL = os.getenv("NAS_API_URL", "http://192.168.45.54:18500")
OLLAMA_API_URL = os.getenv("OLLAMA_API_URL", "http://localhost:11434")
OLLAMA_MODEL = os.getenv("OLLAMA_MODEL", "llama3.1")
OLLAMA_MODEL = os.getenv("OLLAMA_MODEL", "llama3.1:8b-instruct-q8_0")
# 3. KIS 한국투자증권
KIS_ENV_TYPE = os.getenv("KIS_ENV_TYPE", "virtual").lower()