Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LucaR84
/
TESTBT
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TESTBT
/
src
/
qwen_api
/
core
/
config.py
LucaR84
Added app
0eb03b6
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
212 Bytes
from
pydantic_settings
import
BaseSettings
class
Settings
(
BaseSettings
):
api_base:
str
=
"https://chat.qwen.ai/api"
model_default:
str
=
"qwen-max-latest"
class
Config
:
env_file =
".env"