mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Add component 'Template' (#3562)
### What problem does this PR solve? #3560 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -517,8 +517,8 @@ def user_register(user_id, user):
|
||||
"llm_name": llm.llm_name,
|
||||
"model_type": llm.model_type,
|
||||
"api_key": settings.API_KEY,
|
||||
"api_base": settings.LLM_BASE_URL,
|
||||
"max_tokens": llm.max_tokens
|
||||
"api_base": settings.LLM_BASE_URL
|
||||
#"max_tokens": llm.max_tokens if llm.max_tokens else 8192
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user