ozyman commited on
Commit
4d9c469
1 Parent(s): 7e293be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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