Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,9 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
51 |
)
|
52 |
```
|
53 |
Currently, we support LLM endpoint generation, where you need to send a post request to generation endpoint (we recommend using Text Generation Inference by HuggingFace)
|
|
|
54 |
First, modify config.py and add your generation endpoint.
|
|
|
55 |
Then you can use it inside via GOAT-STORYTELLING-AGENT framework:
|
56 |
|
57 |
```python
|
|
|
51 |
)
|
52 |
```
|
53 |
Currently, we support LLM endpoint generation, where you need to send a post request to generation endpoint (we recommend using Text Generation Inference by HuggingFace)
|
54 |
+
|
55 |
First, modify config.py and add your generation endpoint.
|
56 |
+
|
57 |
Then you can use it inside via GOAT-STORYTELLING-AGENT framework:
|
58 |
|
59 |
```python
|