Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
princepride committed Mar 27, 2024
1 parent 4f68757 commit f85088f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions client/contexts/ContextProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ const [chatData, setChatData] = useState([
{
agent:'system',
content:t("ContextProvider_ChatData_System"),
},
{
agent:'agent',
content:'xxxxxxxxxx',
attachments:[
{
book:"耶利米书",
chapter:1,
content:"5耶和华这样说:“你们",
}
]
}
])

Expand Down
2 changes: 1 addition & 1 deletion client/env.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"REACT_APP_BACKEND_URL": "https://9d76-42-60-26-250.ngrok-free.app"
"REACT_APP_BACKEND_URL": "https://a259-42-60-26-250.ngrok-free.app"
}
2 changes: 1 addition & 1 deletion server/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CLAUDE_API_KEY="Your own claude api key"
CLAUDE_API_KEY=""
Binary file modified server/__pycache__/main.cpython-311.pyc
Binary file not shown.

0 comments on commit f85088f

Please sign in to comment.