diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-26 23:45:20 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-26 23:45:20 +0000 |
commit | a398252b0dfe3c112e5643104aaf22c411a15b1d (patch) | |
tree | ac53dd723597dac37d8139ea57f87cd0ad8f252b /temp.py | |
parent | 12238c47081cd789c09e6677495cca3d31356cf1 (diff) | |
download | noetic-llama-a398252b0dfe3c112e5643104aaf22c411a15b1d.tar.gz noetic-llama-a398252b0dfe3c112e5643104aaf22c411a15b1d.zip |
Started on ROS1 workspace
Diffstat (limited to 'temp.py')
-rw-r--r-- | temp.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/temp.py b/temp.py deleted file mode 100644 index e61fe38..0000000 --- a/temp.py +++ /dev/null @@ -1,8 +0,0 @@ -import ollama - -with open("Modelfile", "r") as f: - ollama.create(model = "temp", modelfile= f.read()) - -print(ollama.generate(model='temp', prompt='What\'s the weather like right now in London?', options={"stop": ["\nThought:"]})) - -ollama.delete("temp")
\ No newline at end of file |