Skip to content

Commit

Permalink
remove api key
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzhang1130 committed Aug 15, 2024
1 parent 4f45cea commit f02619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neurosymbolic_QA/neurosymbolic_QA.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
) # Replace with your actual TripAdvisor API key
service_toolkit.add(
query_wolfram_alpha_llm,
api_key="G8HLH5-VRXT87K52T",
api_key="",
) # Replace with your actual TripAdvisor API key

agentscope.init(model_configs=YOUR_MODEL_CONFIGURATION)
Expand Down

0 comments on commit f02619a

Please sign in to comment.