Skip to content

Commit 01d40e0

Browse files
authored
Merge pull request FoundationAgents#963 from moyitech/main
feat: fix JSONDecodeError error caused by incorrect indentation used …
2 parents f536679 + 8239a11 commit 01d40e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config2.example.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ llm:
33
base_url: "YOUR_BASE_URL"
44
api_key: "YOUR_API_KEY"
55
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
6-
repair_llm_output: true # when the output is not a valid json, try to repair it
76
proxy: "YOUR_PROXY" # for LLM API requests
87
pricing_plan: "" # Optional. If invalid, it will be automatically filled in with the value of the `model`.
98
# Azure-exclusive pricing plan mappings:
@@ -13,6 +12,8 @@ llm:
1312
# - gpt-4 8k: "gpt-4"
1413
# See for more: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/
1514

15+
repair_llm_output: true # when the output is not a valid json, try to repair it
16+
1617
proxy: "YOUR_PROXY" # for tools like requests, playwright, selenium, etc.
1718

1819
search:

0 commit comments

Comments
 (0)