Skip to content

Latest commit

 

History

History
177 lines (92 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

177 lines (92 loc) · 4.17 KB

Changelog

v0.2.5

compare changes

🚀 Enhancements

  • Created generateImage feature through open ai dale models (da104a2)
  • Updated default map inside model-map (6792040)
  • Updated keyworks in package.json file (39d2806)

📖 Documentation

❤️ Contributors

v0.2.4

compare changes

🚀 Enhancements

  • Updated gpt-4 models, changed default models (2c5039a)

📖 Documentation

  • Updated Readme.md file (81d5818)
  • Updated Readme.md file with showcase and demo (4e19e42)

❤️ Contributors

v0.2.3

compare changes

v0.2.2

compare changes

🚀 Enhancements

  • Core changes of chat vs chatCompletion methods, chatCompletion now serve as Socratic Tutors and can be sent set of messages, added new models, updated model-map, updated Readme.md file (d3c6784)

🩹 Fixes

  • Removed key from playground (e736706)

📖 Documentation

  • Updated Changelog.md file (8bb28dd)

🏡 Chore

  • Test bundler module resolution (4bce76a)

❤️ Contributors

v0.2.1

📖 Documentation

  • Udpated CHANGELOG.md file (f40671c)

📦 Build

🏡 Chore

  • release: V0.2.1 (e3a30fc)

❤️ Contributors

v0.1.10

🚀 Enhancements

  • Created models constants, created new routes for chat/chat-completions, added model-map, adjusted composable useChatgpt (085d66d)

🔥 Performance

  • Created constants folder, added defaultOptions for api request (def9dbc)

📖 Documentation

  • Added comments to the api/chat, api/chat-completion routes (dcc0f47)
  • Updated Readme.md file (740436b)

🏡 Chore

  • release: V0.1.9 (e3a30fc)

❤️ Contributors

v0.1.9

🩹 Fixes

  • Removed body destructuring from openai.ts (e5af2f7)

🏡 Chore

  • Release new version (59e5352)

❤️ Contributors

v0.1.8

🩹 Fixes

  • Removed unnecessary interface (102fcb2)

❤️ Contributors

v0.1.7

🚀 Enhancements

  • Added Changelog.md file (cd473d5)
  • Added defu packages (94f3852)

🩹 Fixes

  • Do not expose api key to client (0f9cb2c)
  • Use native $fetch json behaviour (d68abfb)

❤️ Contributors

v0.1.6

🚀 Enhancements

  • Downgraded nuxt/kit version to be compatible with lower version of nuxt such as 3.0.0 (d3fea8a)

🩹 Fixes

  • Adjusted playground options (1fe834b)
  • Importing useRuntimeConfig inside server/api/chatgpt.ts file (ef4a929)
  • DefineEventHandler inside server/api file (71653d6)
  • Importing readBody (0e8714a)

🎨 Styles

  • Refactor server api route, adjusted Readme.md file (71da883)

❤️ Contributors