Skip to content

Commit

Permalink
shorter GPU usage time; removed banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonqi146 committed May 16, 2024
1 parent 78bf481 commit 12c13d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def navigation_bar():
) as demo:
# with gr.Row():
# navigation_bar()
gr.Image(
"images/banner.jpg", elem_id="banner-image", show_label=False
)
# gr.Image(
# "images/banner.jpg", elem_id="banner-image", show_label=False
# )
gr.Markdown(HEADER_MD, elem_classes="markdown-text")
with gr.Tabs(elem_classes="tab-buttons") as tabs:
with gr.TabItem("💬 Chat", elem_id="chat-tab-interface", id=1):
Expand Down
2 changes: 0 additions & 2 deletions sotopia_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def obtain_chain(
def _return_fixed_model_version(model_name: str) -> str:
model_version_map = {
"gpt-3.5-turbo": "gpt-3.5-turbo-0613",
"gpt-3.5-turbo-finetuned": "ft:gpt-3.5-turbo-0613:academicscmu::8nY2zgdt",
"gpt-3.5-turbo-ft-MF": "ft:gpt-3.5-turbo-0613:academicscmu::8nuER4bO",
"gpt-4": "gpt-4-0613",
"gpt-4-turbo": "gpt-4-1106-preview",
}
Expand Down

0 comments on commit 12c13d8

Please sign in to comment.