diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-25 19:40:17 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-25 19:40:17 +0200 |
commit | e341c75e5e9c34c5aa583e67b8711799d74040eb (patch) | |
tree | 9838ce842a78a0226bb9d55e83bfc0a7d7b2249d /ora_test.py | |
parent | _ (diff) | |
download | gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.gz gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.bz2 gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.lz gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.xz gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.zst gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.zip |
Diffstat (limited to 'ora_test.py')
-rw-r--r-- | ora_test.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ora_test.py b/ora_test.py deleted file mode 100644 index 5144be14..00000000 --- a/ora_test.py +++ /dev/null @@ -1,15 +0,0 @@ -import ora - - -# create model -model = ora.CompletionModel.create( - system_prompt = 'You are ChatGPT, a large language model trained by OpenAI. Answer as concisely as possible', - description = 'ChatGPT Openai Language Model', - name = 'gpt-3.5') - -# init conversation (will give you a conversationId) -init = ora.Completion.create( - model = model, - prompt = 'hello world') - -print(init.completion.choices[0].text)
\ No newline at end of file |