-
I draw your attention to some useful implementations of local llm using function calling
@amalshaji
https://github.com/amalshaji/actionai
@rizerphe
https://github.com/rizerphe/local-llm-func…
-
### Description
Please consider adding support for forcing legacy mode for `openssl_pkcs12_export`. Currently the only workaround I know, is to switch completely to calling command line `openssl pkcs…
-
Maybe it's because Python 3?
I get:
![image](https://user-images.githubusercontent.com/65325/60447451-c5eddf80-9c23-11e9-8396-70d51610848f.png)
-
### Confirm this is not an issue with the OpenAI Python Library
- [X] This is not an issue with the OpenAI Python Library
### Confirm this is not an issue with the underlying OpenAI API
- [X]…
-
I think verb tense of the directory name `Summarize` is inconsistent with other verb names, like `Entity-Extraction`, `Fine_Tuning`, and `Function-Calling`. Hence, I suggest renaming to `Summarization…
-
### Description of the bug:
Function calling does not work when providing `stop_sequences` and `stream=True`.
### Actual vs expected behavior:
Actual:
```python
import google.generativeai as ge…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct…
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.65 (7f8a05dd4e37cbd7ffde6d624f91fd545f7…
-
#### Feature
What I am proposing is to introduce "array-call" calling convention, the name is just whatt I thought would fit it perfectly. The main goal of this feature is to allow implementing…
-
Hi everyone,
Thanks for open-sourcing your code; this is an amazing framework.
My question concerns tool use, i.e., providing predefined functions/methods so Trace can generate code _using_ them (c…