rokset3 commited on
Commit
c423023
1 Parent(s): 4ec18d4

Update README.md

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