Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 180eb84

Browse files
committed
Update stable version to 0.0.30
Update stable version to 0.0.30
1 parent 4e65006 commit 180eb84

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

stable.toml renamed to dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
55
build-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"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
55
build-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"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

test/unit_test/back-end/manual_test/test_bot_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)