diegomiranda commited on
Commit
08de264
1 Parent(s): 4ce6bad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ def generate_response(prompt, model_name):
57
  return answer
58
  ```
59
 
60
- After defining the function, you can define the prompt and the model from another file
61
 
62
  ```python
63
  model_name = "diegomiranda/text-to-cypher"
 
57
  return answer
58
  ```
59
 
60
+ Once you've defined the function, you can proceed to set up the prompt and the model
61
 
62
  ```python
63
  model_name = "diegomiranda/text-to-cypher"