openai-quickstart
openai-quickstart copied to clipboard
A comprehensive guide to understanding and implementing large language models with hands-on examples using LangChain for GenAI applications.
Add sales QA data Add sales QA query and prompt. Update gradio UI with using AI checkbox add parameter to terminal.
## Changes: - Add different translation styles in AI Translator - Add Electronic Stuff in Sales Chatbot - Add AotoGPT WebUI with Langchain PS: SERPAPI_API_KEY alrady reset
为几乎每一行代码都添加了中文注释,主要是为了新同学可以快速熟悉代码,了解功能逻辑。
langChain 版的 ai_translator 可以通过命令行参数 --api_key your_api_key 来指定 open.ai 的 api key。
requests.exceptions.RequestException是requests.exceptions.Timeout的父类,捕获超时异常时会被父类捕获到?
### Changes - Add homework at the end. - Compare different system prompts for different translated output - Add global var for sticking 'to_language' and keep using it in subordinate...
parameter is checked before configuration is loaded, cause model name and api key in config file ignored
## Changes: - Add 2 Output Parser formatting synopsis and review text.