issues
search
edreisMD
/
plugnplai
🎸 Integrating AI plugins to LLMs
https://plugnplai.com
MIT License
230
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
update python version
#173
jhrystrom
closed
1 year ago
0
Oauth example
#172
edreisMD
closed
1 year ago
0
Update README.md
#171
edreisMD
closed
1 year ago
0
Add authentication support: OAuth, user and service levels.
#170
edreisMD
closed
1 year ago
0
Add Tests for Langchain Plugins
#169
sweep-ai[bot]
closed
1 year ago
0
added support for the user and service authentication
#168
jaymangukiya0001
closed
1 year ago
1
Add Tests for Langchain Plugins
#167
sweep-ai[bot]
closed
1 year ago
0
Create tests for langchain plugins
#166
edreisMD
closed
1 year ago
5
Count tokens of plugins.functions
#165
edreisMD
opened
1 year ago
0
Group these functions in one function under Plugins to avoid repetition
#164
edreisMD
opened
1 year ago
0
Invert arguments: replace all PluginObject(url, openapi_spec, manifest) to PluginObject(url, manifest, openapi_spec)
#163
edreisMD
opened
1 year ago
0
Create a new example using three plugins, trip, klarna and speak, using the new flow defined by openai (below), and the function plugins.functions
#162
edreisMD
opened
1 year ago
0
Add functions method to Plugins class
#161
sweep-ai[bot]
closed
1 year ago
0
Update Plugins Class a new function "def functions():" that returns the json object to be used in the openAI API functions parameter (step 1) describing the active plugins in this format. This is an structured alternative of plugins.prompt.
#160
edreisMD
closed
1 year ago
1
Add Unit Tests for Embeddings
#159
sweep-ai[bot]
closed
1 year ago
0
GPT4 update - Fix examples, old GPT4 model is not working anymore in the examples. Update to "functions" format
#158
edreisMD
opened
1 year ago
0
update the call_api flow to what is described by openai: https://openai.com/blog/function-calling-and-other-api-updates
#157
edreisMD
opened
1 year ago
0
🚨 Emergency issue: Change call_api to functions as defined by openai functions (new released models)
#156
edreisMD
opened
1 year ago
0
🚨 Emergency issue: Change gpt-4 to gpt-4-0613 or gpt-3.5-turbo-0613 (mainly on examples)
#155
edreisMD
opened
1 year ago
0
updated readme
#154
smyja
closed
1 year ago
0
Store the API response and the second LLM request for the last api call
#153
edreisMD
opened
1 year ago
0
Add method to install new plugin without overwriting existing ones
#152
sweep-ai[bot]
closed
1 year ago
0
Let plugins instance load a new plugin (url) without overwriting the ones that are already loaded.
#151
edreisMD
opened
1 year ago
8
Header auth
#150
OrwellianOwl
closed
1 year ago
3
Build verification script for plugins that are working on LangChain AI Plugins
#149
edreisMD
opened
1 year ago
0
Add CONTRIBUTING.md
#148
sweep-ai[bot]
closed
1 year ago
0
Add unit testing
#147
sweep-ai[bot]
closed
1 year ago
0
Add CONTRIBUTING.md
#146
sweep-ai[bot]
closed
1 year ago
0
add CONTRIBUTING.md
#145
jayendra-ram
closed
1 year ago
2
add publish to pip
#144
jayendra-ram
opened
1 year ago
0
add CI and linting
#143
jayendra-ram
opened
1 year ago
0
add testing in the folder test
#142
jayendra-ram
opened
1 year ago
2
Make .prompt a method and add verbosity and colors
#141
sweep-ai[bot]
closed
1 year ago
0
make .prompt a method and add verbosity and colors
#140
edreisMD
opened
1 year ago
1
Added plugin retrieval and Langchain GPT model examples
#139
jorge2751
closed
1 year ago
0
Updated plugins docs
#138
smyja
closed
1 year ago
0
Expand description of get_plugins() in README
#137
sweep-ai[bot]
closed
1 year ago
0
Expand description for get_plugins() filters
#136
sweep-ai[bot]
closed
1 year ago
0
Expand description of get_plugins() filters in README
#135
sweep-ai[bot]
closed
1 year ago
0
Fix the description on README for the current filters for get_plugins(). You can expand this description adding more details.
#134
edreisMD
opened
1 year ago
1
Fix the description on README for the current filters for get_plugins(). You and expand the description with more details.
#133
edreisMD
closed
1 year ago
4
Add usage section to README
#132
sweep-ai[bot]
closed
1 year ago
0
Add section on using @plugins.apply_plugins decorator
#131
sweep-ai[bot]
closed
1 year ago
0
Add parsing llm response and call api functions to readme
#130
sweep-ai[bot]
closed
1 year ago
0
Add description of plugins.prompt and plugins.tokes to README
#129
sweep-ai[bot]
closed
1 year ago
0
Add a section to readme describing the usage of the functions for parsing llm response, calling api and the decorator apply plugins.
#127
edreisMD
closed
1 year ago
2
Add a description of plugins.prompt and plugins.tokes to the readme
#126
edreisMD
closed
1 year ago
1
Buttons on website not working on mobile
#125
edreisMD
opened
1 year ago
0
Add auxiliary function to parse API calls from LLM and call plugins
#124
sweep-ai[bot]
closed
1 year ago
0
Add call_api() function to call plugins
#123
sweep-ai[bot]
closed
1 year ago
0
Next