Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
58 |
```
|
59 |
Currently, we support LLM endpoint generation, where you need to send a post request to the generation endpoint (we recommend using Text Generation Inference by HuggingFace)
|
60 |
|
61 |
-
First, modify config.py and add your generation endpoint.
|
62 |
|
63 |
Then you can use it inside via GOAT-Storytelling-Agent:
|
64 |
|
|
|
58 |
```
|
59 |
Currently, we support LLM endpoint generation, where you need to send a post request to the generation endpoint (we recommend using Text Generation Inference by HuggingFace)
|
60 |
|
61 |
+
First, modify `config.py` and add your generation endpoint.
|
62 |
|
63 |
Then you can use it inside via GOAT-Storytelling-Agent:
|
64 |
|