Skip to content

Commit 7858bb3

Browse files
committed
clean-up
1 parent 8b1ae30 commit 7858bb3

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

tests/models/cassettes/test_model_names/test_known_model_names.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ interactions:
9999
alt-svc:
100100
- h3=":443"; ma=86400
101101
content-length:
102-
- '762'
102+
- '99'
103103
content-type:
104104
- application/json
105105
referrer-policy:
@@ -146,6 +146,6 @@ interactions:
146146
owned_by: Cerebras
147147
object: list
148148
status:
149-
code: 200
150-
message: OK
149+
code: 401
150+
message: Unauthorized
151151
version: 1

tests/models/test_openai_responses.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,21 +1237,6 @@ async def test_openai_previous_response_id_auto_mode(allow_model_requests: None,
12371237
async def test_openai_previous_response_id_mixed_model_history(allow_model_requests: None, openai_api_key: str):
12381238
"""Test if invalid previous response id is ignored when history contains non-OpenAI responses"""
12391239
history = [
1240-
# ModelRequest(
1241-
# parts=[
1242-
# UserPromptPart(
1243-
# content='The first secret key is sesame',
1244-
# ),
1245-
# ],
1246-
# ),
1247-
# ModelResponse(
1248-
# parts=[
1249-
# TextPart(content='Open sesame! What would you like to unlock?'),
1250-
# ],
1251-
# model_name='gpt-5',
1252-
# provider_name='openai',
1253-
# provider_response_id='resp_68b9bd97025c8195b443af591ca2345c08cb6072affe6099',
1254-
# ),
12551240
ModelRequest(
12561241
parts=[
12571242
UserPromptPart(

0 commit comments

Comments
 (0)