bluewinliang commited on
Commit
af689c4
·
verified ·
1 Parent(s): 63b28fe

Update cookie_manager.py

Browse files
Files changed (1) hide show
  1. cookie_manager.py +2 -2
cookie_manager.py CHANGED
@@ -68,7 +68,7 @@ class CookieManager:
68
  import uuid
69
  test_payload = {
70
  "stream": True,
71
- "model": "GLM-4-6-API-V",
72
  "messages": [{"role": "user", "content": "hi"}],
73
  "background_tasks": {
74
  "title_generation": False,
@@ -84,7 +84,7 @@ class CookieManager:
84
  "id": str(uuid.uuid4()),
85
  "mcp_servers": [],
86
  "model_item": {
87
- "id": "GLM-4-6-API-V",
88
  "name": "GLM-4.6",
89
  "owned_by": "openai"
90
  },
 
68
  import uuid
69
  test_payload = {
70
  "stream": True,
71
+ "model": "GLM-4-6-API-V1",
72
  "messages": [{"role": "user", "content": "hi"}],
73
  "background_tasks": {
74
  "title_generation": False,
 
84
  "id": str(uuid.uuid4()),
85
  "mcp_servers": [],
86
  "model_item": {
87
+ "id": "GLM-4-6-API-V1",
88
  "name": "GLM-4.6",
89
  "owned_by": "openai"
90
  },