Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gulixin0922 committed Sep 26, 2023
1 parent 3a18d9c commit 1d3c8f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os
from autoplanning_agent import AutoPlanning

os.environ['OPENAI_PROXY'] = 'http://118.195.232.223:39995'
os.environ['OPENAI_PROXY'] = 'xxx'

planning_agent = AutoPlanning(model_name="gpt-4-0613",
openai_api_key='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')
openai_api_key='xxx')

# skill = "创建个知识库问答系统"
# description = "1、选择知识库,对知识库进行问答。"
Expand Down

0 comments on commit 1d3c8f4

Please sign in to comment.