Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dineth554
/
WEVE
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
55c54f6
WEVE
/
settings.py
dineth554
Create settings.py
55c54f6
verified
10 months ago
raw
Copy download link
history
blame
Safe
218 Bytes
def
get_context_by_model
(
model
):
# Placeholder function, replace with your logic
return
2048
def
get_messages_formatter_type
(
model
):
# Placeholder function, replace with your logic
return
"web_search"