Skip to content

LangChain Tutorial 1 入门概念 工具配置 资料收集助手 Demo

License

Notifications You must be signed in to change notification settings

fhxtd1225/QAMaster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QAMaster Demo

构建 AI 资料收集助手 调用

  • Google Search
  • OepnAI ChatGPT
  • 百度 文心一言
  • 阿里 通义千问
  • Google Bard

涉及工具

  • Airtable
  • Serper

使用前

  • 运行前,请务必先自行完善 .env文件中的参数。包括但不限于各类 API key\Secret Key等。
  • 如果有疑问, 欢迎 email: [email protected]

.env文件必要参数 list

  • URL_HOT=

  • URL_INVITED=

  • URL_RECOMMEND=

  • AIRTABLE_TOKEN=

  • AIRTABLE_DB_ID=

  • AIRTABLE_TABLE_ID=

  • GOOGLE_URL=

  • SERPER_API_KEY=

  • SERPER_HEADERS= X-API-KEY=, Content-Type=

  • OPENAI_API_KEY=

  • BD_ACCESS_TOKEN=

  • BD_SESSION_KEY=

  • ALI_API_KEY=

  • GOOGLE_BARD_TOKEN=

  • 1PSID=

  • 1PSIDTS=

  • 1PSIDCC=

视频讲解

小小声明

本项目代码均为演示 Demo 和授课讲解用,因为不是生产环境使用且时间仓促原因,代码质量请各位包涵,如果实际应用,请务必按照代码规范完善,谢谢

About

LangChain Tutorial 1 入门概念 工具配置 资料收集助手 Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%