Skip to content

Instantly share code, notes, and snippets.

View mvsoom's full-sized avatar

Marnix Van Soom mvsoom

View GitHub Profile
import openai
openai.api_base = "https://api.endpoints.anyscale.com/v1"
openai.api_key = ANYSCALE_API_KEY
COMPLETIONS = 3
prompt = "Fine," # <---- NO space
print(prompt, end="")