Intention/api/config.py

3 lines
98 B
Python
Raw Normal View History

2025-03-16 14:46:21 +08:00
api_base_url = "http://10.138.55.50:7861/v1"
2025-03-03 11:03:48 +08:00
api_key = 'EMPTY'
2025-03-16 14:46:21 +08:00
model_name = 'qwen2.5-32b-instruct'