openai / web-crawl-q-and-a-example

Learn how to crawl your website and build a Q/A bot with the OpenAI API
https://platform.openai.com/docs/tutorials/web-qa-embeddings
271 stars 181 forks source link

Fix: Implementing GPT-3.5 and NumPy #7

Open matujuri opened 8 months ago

matujuri commented 8 months ago
  1. NumPy Implementation for Distance Calculations: Replaced embeddings_utils for compatibility with recent versions.
  2. Shift to GPT-3.5-Turbo-Instruct Model: Upgraded from text-davinci-003 because it is unavailable now.
  3. Updated to Reflect Latest OpenAI API Protocols.
  4. All Packages Upgraded to Their Latest Versions: Installation issue happened.
  5. Addition of a .gitignore File.