Skip to content

Commit 0af9f11

Browse files
committed
CD-159 - run format.sh
1 parent 3baa5c4 commit 0af9f11

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

fastchat/serve/api_provider.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,13 +1275,7 @@ def metagen_api_stream_iter(
12751275
}
12761276

12771277

1278-
def jab_api_stream_iter(
1279-
model_name,
1280-
messages,
1281-
api_base,
1282-
api_key,
1283-
conversation_id
1284-
):
1278+
def jab_api_stream_iter(model_name, messages, api_base, api_key, conversation_id):
12851279
import requests
12861280

12871281
headers = {"Content-Type": "application/json", "x-api-key": api_key}

0 commit comments

Comments
 (0)