Skip to content

Releases: logancyang/obsidian-copilot

2.4.3

14 Aug 23:20
effd534
Compare
Choose a tag to compare
  • Add default folder for saved conversations
Screenshot 2023-08-14 at 4 21 13 PM

2.4.2

10 Aug 23:57
287f5d3
Compare
Choose a tag to compare
  • Implement cross-session local vector store using PouchDB
  • Add a command to clear the local vector store
Screenshot 2023-08-10 at 4 57 06 PM
  • Add TTL setting and doc removal at plugin load time
Screenshot 2023-08-10 at 4 56 15 PM

2.4.1

08 Aug 07:46
106c5db
Compare
Choose a tag to compare
  • Thanks to @Sokole1's contribution, Local Copilot does not need a proxy server and can just use the OpenAI Proxy Base URL setting. Pls check the updated setup guide!

2.4.0

02 Aug 07:38
1f945cf
Compare
Choose a tag to compare
  • Add proxy server for LocalAI
  • Implement local model access
  • Add LocalAI as an embedding provider
  • Add a step-by-step guide for LocalAI setup for Apple Silicon and Windows WSL
  • Created youtube demo video for v2.4.0

2.3.6

20 Jul 01:19
6c60863
Compare
Choose a tag to compare
  • Add support for 3rd party OpenAI proxy (mainly for users who cannot access OpenAI directly) #113
Screenshot 2023-07-19 at 6 13 24 PM

2.3.5

13 Jul 22:52
9f27dd3
Compare
Choose a tag to compare
  • Add command "Toggle Copilot Chat Window in Note Area" to toggle the Chat UI in the main note area. Good for consumption with smaller screens. #102, #5
Screenshot 2023-07-13 at 3 45 50 PM

2.3.4

12 Jul 23:56
7a4a10c
Compare
Choose a tag to compare
  • Fix system prompt bug #104
  • Set AI chat font size using global font size setting in Obsidian. The chat font is always 2px smaller than the global font size. #92

2.3.3

11 Jul 01:35
fe2ba58
Compare
Choose a tag to compare
  • Fix Stop Streaming in QA mode #54
  • Add Azure gpt35 16k #101
  • Add Azure OpenAI as an embedding provider #81

2.3.2

16 Jun 18:00
b06dba5
Compare
Choose a tag to compare
  • Fix default model not respected bug

2.3.1

15 Jun 15:36
20ff28b
Compare
Choose a tag to compare
  • Added gpt-3.5-turbo-16k, gpt-4-32k and Azure OpenAI ones
  • Force index rebuild when the button is clicked
  • Add the new models to settings
  • Fix UI issue where narrow chat view makes buttons inaccessible