mirror of
https://github.com/ollama/ollama.git
synced 2026-07-10 09:44:18 +00:00
Update examples/python-simplechat/client.py
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
parent
43027789dc
commit
51131cc6e2
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ def chat(messages):
|
|||
|
||||
def main():
|
||||
messages = []
|
||||
context = (
|
||||
[]
|
||||
) # the context stores a conversation history, you can use this to make the model more context aware
|
||||
while True:
|
||||
user_input = input("Enter a prompt: ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue