mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 22:31:24 +00:00
feat: web search support (#641)
* feat: web search support * fix: enable web search only for codegpt provider * fix: checkstyle * feat: improve list cell design
This commit is contained in:
parent
070b711e87
commit
032f2942e0
17 changed files with 290 additions and 77 deletions
|
|
@ -221,6 +221,8 @@ shared.configuration=Configuration
|
|||
shared.port=Port:
|
||||
shared.discard=Discard
|
||||
shared.notification.doNotShowAgain=Do not show again
|
||||
shared.loading=Loading...
|
||||
shared.website=Website
|
||||
codeCompletion.progress.title=Code completion in progress
|
||||
imageAttachmentNotification.content=New image detected on desktop. Would you like to attach it to your current conversation?
|
||||
imageAttachmentNotification.action=Attach image
|
||||
|
|
@ -244,4 +246,5 @@ editCodePopover.followUpButton.title=Submit Follow-up
|
|||
smartTextPane.submitButton.title=Send Message
|
||||
smartTextPane.submitButton.description=Send message
|
||||
smartTextPane.stopButton.title=Stop
|
||||
smartTextPane.stopButton.description=Stop completion
|
||||
smartTextPane.stopButton.description=Stop completion
|
||||
chatMessageResponseBody.webPagesTitle=WEB PAGES
|
||||
Loading…
Add table
Add a link
Reference in a new issue