This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/unit_test/back-end/manual_test Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " re_edge_gpt "
9- version = " 0.0.29 "
8+ name = " re_edge_gpt_dev "
9+ version = " 0.0.33 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " re_edge_gpt_dev "
9- version = " 0.0.33 "
8+ name = " re_edge_gpt "
9+ version = " 0.0.30 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ async def test_ask() -> None:
2222 str (Path (str (Path .cwd ()) + "/copilot_cookies.json" )), encoding = "utf-8" ).read ())
2323 bot = await Chatbot .create (cookies = cookies , mode = mode )
2424 response = await bot .ask (
25- prompt = "Can u generate some food image " ,
25+ prompt = "Homemade toast recipe " ,
2626 conversation_style = ConversationStyle .balanced ,
2727 simplify_response = True ,
2828 search_result = True
You can’t perform that action at this time.
0 commit comments