We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a305f commit 6964b5aCopy full SHA for 6964b5a
tests/local_testing/test_completion.py
@@ -4321,20 +4321,6 @@ def test_langfuse_completion(monkeypatch):
4321
)
4322
4323
4324
-def test_humanloop_completion(monkeypatch):
4325
- monkeypatch.setenv(
4326
- "HUMANLOOP_API_KEY", "hl_sk_59c1206e110c3f5b9985f0de4d23e7cbc79c4c4ae18c9f14"
4327
- )
4328
- litellm.set_verbose = True
4329
- resp = litellm.completion(
4330
- model="humanloop/gpt-3.5-turbo",
4331
- humanloop_api_key=os.getenv("HUMANLOOP_API_KEY"),
4332
- prompt_id="pr_nmSOVpEdyYPm2DrOwCoOm",
4333
- prompt_variables={"person": "John"},
4334
- messages=[{"role": "user", "content": "Tell me a joke."}],
4335
4336
-
4337
4338
def test_completion_novita_ai():
4339
litellm.set_verbose = True
4340
messages = [
0 commit comments