OjciecTadeusz commited on
Commit
a43a586
·
verified ·
1 Parent(s): 42b911a

Delete config.toml

Browse files
Files changed (1) hide show
  1. config.toml +0 -44
config.toml DELETED
@@ -1,44 +0,0 @@
1
- [core]
2
- workspace_base = "C:/Users/rog_j/OneDrive/Pulpit/GIT/react/ui-dashboard/workspace/frontend"
3
- default_agent = "CodeActAgent"
4
-
5
- [llm]
6
- custom_llm_provider = "huggingface"
7
-
8
-
9
- #model = "huggingface/Qwen/Qwen2.5-Coder-32B-Instruct"
10
- #base_url = "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-32B/v1/chat/completions"
11
-
12
- #model = "deepseek-ai/DeepSeek-Coder-V2-Instruct"
13
- #base_url = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-Coder-V2-Instruct/v1/chat/completions"
14
-
15
- #model = "hf.space/qwen2.5-coder-32b-instruct."
16
- #base_url = "https://ojciectadeusz.fastapi-inference-qwen2.5-coder-32b-instruct.hf.space/v1/chat/completions"
17
-
18
- model = "huggingface/Qwen/Qwen2.5-Coder-32B-Instruct"
19
- base_url = "https://ojciectadeusz-fastapi-inference-qwen2-5-coder-32-a0ab504.hf.space/v1/chat/completions"
20
-
21
- #model = "openrouter/google/gemini-pro-1.5-exp"
22
- #base_url = "https://openrouter.ai/api/v1"
23
-
24
- temperature = 0.1
25
- # Changed top_p to be within valid range (e.g., 0.85)
26
- top_p = 0.85
27
- max_output_tokens = 200000
28
-
29
- # Disable function calling
30
- function_calling = false
31
-
32
- # Additional error handling settings
33
- num_retries = 8
34
- retry_min_wait = 15
35
- retry_max_wait = 120
36
- retry_multiplier = 2.0
37
-
38
- [agent.CodeActAgent]
39
- llm_config = "llm"
40
- memory_enabled = false
41
-
42
-
43
-
44
- [auth]