Update README.md

This commit is contained in:
Charles Packer
2023-10-23 01:02:40 -07:00
committed by GitHub
parent 34f5a74f62
commit d8c0092a3e

View File

@@ -58,7 +58,7 @@ class Airoboros21Wrapper(LLMChatCompletionWrapper):
}
"""
```
See full file [here](llm_chat_completion_wrappers/airoboros.py).
See full file [here](llm_chat_completion_wrappers/airoboros.py). WebUI exposes a lot of parameters that can dramatically change LLM outputs, to change these you can modify the [WebUI settings file](/memgpt/local_llm/webui/settings.py).
### Running the example
@@ -84,8 +84,6 @@ Enter your message: My name is Brad, not Chad...
→ First name: Brad
```
WebUI exposes a lot of parameters that can dramatically change LLM outputs, to change these you can modify the [WebUI settings file](/memgpt/local_llm/webui/settings.py).
---
## Status of ChatCompletion w/ function calling and open LLMs