Skip to content

Commit

Permalink
adding blog line for react
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 authored Sep 12, 2024
1 parent ae71164 commit 8947418
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion react/react1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This code is Apache 2 licensed:
# https://www.apache.org/licenses/LICENSE-2.0

# Blog for react notes https://gyliu513.github.io/jekyll/update/2024/09/10/quick-notes-for-react-agent.html

from dotenv import load_dotenv
load_dotenv()

Expand Down Expand Up @@ -104,4 +106,4 @@ def calculate(what):
"calculate": calculate,
}

query("What is the captical of Hebei")
query("What is the captical of Hebei")

0 comments on commit 8947418

Please sign in to comment.