Commit ·
08de264
1
Parent(s): 4ce6bad
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ def generate_response(prompt, model_name):
|
|
| 57 |
return answer
|
| 58 |
```
|
| 59 |
|
| 60 |
-
|
| 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"
|