Added Config in UI #251
Ethan-Otto
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is cool @Ethan-Otto ! How about opening a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added UI for controlling the config. I made the config.json in the root folder the default config, and the UI can update it directly. Allows much faster testing different parameters especially when using docker.
Also was considering adding descriptions, note some config parameters appear unimplemented. Let me know if I am off with these. I'd be happy to make a pull request if people like it.
type_description ={
"debug_mode": " (NOT IMPLEMENTED)",
"allow_downloads": "(NOT IMPLEMENTED)",
"selenium_web_browser": "",
"retriever": "",
"llm_provider": "",
"fast_llm_model": "",
"smart_llm_model": "",
"fast_token_limit": "(NOT IMPLEMENTED)",
"smart_token_limit": "(NOT IMPLEMENTED)",
"browse_chunk_max_length": "",
"summary_token_limit": "",
"temperature": "creativity measure",
"user_agent": "",
"memory_backend": "",
"total_words": "Minimum Total words in Report",
"report_format": "",
"max_iterations": "Number of phrases generated then searched"
}
Beta Was this translation helpful? Give feedback.
All reactions