Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions config/config.example-model-huaweicloudmaas.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Global LLM configuration
# Get Huawei Cloud MaaS Api Key
# https://console.huaweicloud.com/modelarts/?locale=zh-cn&region=cn-southwest-2#/model-studio/authmanage
# Get Huawei Cloud Maas Model List
# https://console.huaweicloud.com/modelarts/?locale=zh-cn&region=cn-southwest-2#/model-studio/deployment
[llm]
model = "DeepSeek-R1" # The LLM model to use
base_url = "https://api.modelarts-maas.com/v1" # API endpoint URL
api_key = "" # Your API key
max_tokens = 16000 # Maximum number of tokens in the response
temperature = 0.7 # Controls randomness