Skip to content

Commit 6964b5a

Browse files
committed
test humanloop
1 parent 64a305f commit 6964b5a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/local_testing/test_completion.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4321,20 +4321,6 @@ def test_langfuse_completion(monkeypatch):
43214321
)
43224322

43234323

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-
43384324
def test_completion_novita_ai():
43394325
litellm.set_verbose = True
43404326
messages = [

0 commit comments

Comments
 (0)