diff --git a/new_test.py b/new_test.py deleted file mode 100644 index d988b16..0000000 --- a/new_test.py +++ /dev/null @@ -1,13 +0,0 @@ -import os - -from unify import Unify - -unify = Unify( - # This is the default and optional to include. - api_key=os.environ.get("UNIFY_KEY"), -) -response = unify.generate( - messages="Hello Llama! Who was Isaac Newton?", - model="llama-chat", - provider="anyscale", -)