Skip to content

Commit 68560b7

Browse files
committed
add retries to readme
1 parent c478d93 commit 68560b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,9 @@ If the user's GPU is not supported, the LLM will fall back to the CPU
406406

407407
- `Remote` whether the LLM used is remote or local
408408
- `LLM` the LLM GameObject (if `Remote` is not set)
409-
- `Hort` ip of the LLM (if `Remote` is set)
410-
- `Port` port of the LLM (if `Remote` is set)
409+
- `Hort` ip of the LLM server (if `Remote` is set)
410+
- `Port` port of the LLM server (if `Remote` is set)
411+
- `Num Retries` number of HTTP request retries from the LLM server (if `Remote` is set)
411412
- <details><summary><code>Save</code> save filename or relative path</summary> If set, the chat history and LLM state (if save cache is enabled) is automatically saved to file specified. <br> The chat history is saved with a json suffix and the LLM state with a cache suffix. <br> Both files are saved in the [persistentDataPath folder of Unity](https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html).</details>
412413
- `Save Cache` select to save the LLM state along with the chat history. The LLM state is typically around 100MB+.
413414
- `Debug Prompt` select to log the constructed prompts in the Unity Editor

0 commit comments

Comments
 (0)