Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +14 -2
app/.pyfun
CHANGED
|
@@ -286,8 +286,20 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 286 |
cost_output_per_1k = "0.00006"
|
| 287 |
capabilities = "text, code, fast, cheap"
|
| 288 |
[MODEL.mistral-7b-instruct_END]
|
| 289 |
-
|
| 290 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 291 |
|
| 292 |
# =============================================================================
|
| 293 |
# TOOLS — Tool definitions + provider mapping
|
|
|
|
| 286 |
cost_output_per_1k = "0.00006"
|
| 287 |
capabilities = "text, code, fast, cheap"
|
| 288 |
[MODEL.mistral-7b-instruct_END]
|
| 289 |
+
|
| 290 |
+
# dummy
|
| 291 |
+
# for models: models: "cognitivecomputations/dolphin-mistral-24b-venice-edition:free, deepseek/deepseek-chat-v3.1:free, nvidia/nemotron-nano-9b-v2:free, google/gemma-3-27b-it:free, openai/gpt-oss-20b:free, qwen/qwen3-coder:free, qwen/qwen2.5-vl-72b-instruct:free, nousresearch/deephermes-3-llama-3-8b-preview:free, mistralai/Mistral-7B-Instruct-v0.3, meta-llama/Llama-3.3-70B-Instruct"
|
| 292 |
+
|
| 293 |
+
[MODEL.dolphin-mistral-24b-venice-edition]
|
| 294 |
+
provider = "huggingface"
|
| 295 |
+
context_tokens = ""
|
| 296 |
+
max_output_tokens = ""
|
| 297 |
+
requests_per_min = ""
|
| 298 |
+
requests_per_day = ""
|
| 299 |
+
cost_input_per_1k = ""
|
| 300 |
+
cost_output_per_1k = ""
|
| 301 |
+
capabilities = "uncensored, text, code, fast, very cheap"
|
| 302 |
+
[MODELS_dolphin-mistral-24b-venice-edition_END]
|
| 303 |
|
| 304 |
# =============================================================================
|
| 305 |
# TOOLS — Tool definitions + provider mapping
|