You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4free/openaihosted
9fo 7c5398e6e1
Created readme for openaihosted
1 year ago
..
__init__.py openaihosted finished 1 year ago
readme.md Created readme for openaihosted 1 year ago

readme.md

Example: openaihosted)

# import library
import openaihosted

res = openaihosted.Completion.create(systemprompt="U are ChatGPT", text="What is 4+4", assistantprompt="U are a helpful assistant.")['response']
print(res) ## Responds with the answer