Aleix Conchillo Flaqué
0d6eee705f
Merge pull request #190 from TomTom101/TomTom101/langchain
...
Langchain service
2024-06-01 04:21:12 +08:00
Aleix Conchillo Flaqué
e60df3c7c0
Merge pull request #195 from pipecat-ai/aleix/function-calling-move-to-llmservice
...
function calling move to LLMService
2024-06-01 02:36:29 +08:00
Aleix Conchillo Flaqué
42f772beed
examples: some function calling examples cleanup
2024-05-31 11:36:04 -07:00
Aleix Conchillo Flaqué
3655c4a0fc
services: move function calling registration to LLMService
2024-05-31 11:36:04 -07:00
Aleix Conchillo Flaqué
012dbffd94
update CHANGELOG.md for function calling
2024-05-31 11:36:03 -07:00
TomTom101
4b39efeee3
fix(langchain): try/catch langchain import in service; Only langchain is installed with the [langchain] extra ( #190 )
2024-05-31 10:19:27 +02:00
Kwindla Hultman Kramer
19caf750fd
Merge pull request #194 from pipecat-ai/khk-cartesia-changelog
...
Added cartesia line to CHANGELOG.md
2024-05-30 14:18:41 -07:00
Kwindla Hultman Kramer
296611714f
added cartesia line to CHANGELOG.md
2024-05-30 10:41:00 -07:00
chadbailey59
4c3d19cc8b
Function calling ( #175 )
...
* added function calling code back
* removed old llm_context file
* added integration testing for openai
* added function calling example
* added function callbacks
* added function start callback
* fixup
* fixup
* added different return type support for function calling
* intake example working
* added frame loggers
* cleanup
* fixup
* Update openai.py
* removed function call frame types
* fixup
* re-added example
* renumbered wake phrase
* fixup for autopep8
* remove unused imports
2024-05-30 12:25:39 -05:00
Aleix Conchillo Flaqué
a3ba07c7a3
Merge pull request #193 from pipecat-ai/aleix/fix-camera-out-enabled-cpu
...
transport(output): fix high CPU usage with camera_out_enabled and no …
2024-05-31 01:25:06 +08:00
Kwindla Hultman Kramer
a1579808b2
Merge pull request #189 from pipecat-ai/khk-cartesia-etc
...
Cartesia TTS
2024-05-30 10:24:45 -07:00
Aleix Conchillo Flaqué
aecb9f5816
transport(output): fix high CPU usage with camera_out_enabled and no images
2024-05-30 10:18:43 -07:00
Aleix Conchillo Flaqué
a5d42a526c
Merge pull request #191 from pipecat-ai/aleix/fix-silero-vad
...
vad: fix silero vad frame processor
2024-05-30 23:25:52 +08:00
Aleix Conchillo Flaqué
a9472f8116
vad: fix silero vad frame processor
2024-05-30 07:50:58 -07:00
TomTom101
b19243ab75
fix: corrected hint to install Langchain libs
2024-05-30 10:53:42 +02:00
TomTom101
2bf094b950
test(langchain): Rewrite to unittest, make it meaningful
2024-05-30 10:43:33 +02:00
Kwindla Hultman Kramer
d5f106ae19
pr fixes
2024-05-29 23:41:35 -07:00
Kwindla Hultman Kramer
920745345a
cartesia tts support
2024-05-29 23:35:35 -07:00
TomTom101
143033d7db
fix: install langchain-community with the langchain extra
2024-05-30 03:15:14 +02:00
TomTom101
335990c145
wip: hint to install langchain_community
2024-05-30 03:15:14 +02:00
TomTom101
6d24e836b0
wip: Example using LC message history
2024-05-30 03:15:14 +02:00
TomTom101
278a2fed56
wip: First stab at langchain support
...
Is this a service or processor?
How to deal with conversation history? LC has sophisticated means of this, but might get in the way of `LLMResponseAggregator`
2024-05-30 03:15:14 +02:00
Aleix Conchillo Flaqué
c444004eec
Merge pull request #186 from pipecat-ai/aleix/update-changelog-0.0.24
...
update CHANGELOG.md 0.0.24
v0.0.24
2024-05-29 23:23:06 +08:00
Aleix Conchillo Flaqué
72cf7896d7
update CHANGELOG.md 0.0.24
2024-05-29 08:22:33 -07:00
Aleix Conchillo Flaqué
31af5f8177
Merge pull request #182 from pipecat-ai/aleix/expo-se-dialin-ready
...
transports(daily): expose dialin-ready and handle timeouts
2024-05-29 23:05:47 +08:00
Aleix Conchillo Flaqué
6a68d9a57e
pyproject: update daily-python to 0.9.0
2024-05-28 18:30:43 -07:00
Aleix Conchillo Flaqué
39f41ab25e
transports(daily): expose dialin-ready and handle timeouts
2024-05-28 18:00:09 -07:00
Aleix Conchillo Flaqué
624cc1e987
Merge pull request #185 from pipecat-ai/aleix/add-start-recording
...
transport(daily): add start_recording, stop_recording and stop_dialout
2024-05-29 08:24:59 +08:00
Aleix Conchillo Flaqué
08a15e5cdd
transports(daily): expose on_app_message
2024-05-28 17:23:34 -07:00
Aleix Conchillo Flaqué
4cd4787e4d
transports(daily): added on_call_state_updated
2024-05-28 17:23:34 -07:00
Aleix Conchillo Flaqué
65afee2808
transport(daily): add start_recording, stop_recording and stop_dialout
2024-05-28 17:16:39 -07:00
Aleix Conchillo Flaqué
00ece864ec
Merge pull request #184 from pipecat-ai/aleix/introduce-pipelineparams
...
introduce PipelineParams
2024-05-29 08:14:58 +08:00
Aleix Conchillo Flaqué
6d6d9bea5a
introduce PipelineParams
2024-05-28 17:14:14 -07:00
Kwindla Hultman Kramer
7c213f8533
Merge pull request #183 from pipecat-ai/khk-deepgram-fix
...
moving Deepgram TTS base_url from beta to prod
2024-05-28 17:04:03 -07:00
Kwindla Hultman Kramer
3685c19b2d
moving Deepgram TTS base_url from beta to prod
2024-05-28 15:59:26 -07:00
Aleix Conchillo Flaqué
650a2b4da4
Merge pull request #174 from pipecat-ai/fix-azure-llm-service
...
services(azure): fix AzureLLMService
2024-05-25 00:27:51 +08:00
Aleix Conchillo Flaqué
afea6f38f6
examples: no need to define tts twice
2024-05-24 09:23:00 -07:00
Aleix Conchillo Flaqué
c45d428551
services(google): make api_key argument mandatory
2024-05-24 09:23:00 -07:00
Aleix Conchillo Flaqué
4e594aa9b0
services: BaseOpenAILLMService.create_client() now returns the client
2024-05-24 09:04:15 -07:00
Aleix Conchillo Flaqué
32f91c5f31
services(azure): fix AzureLLMService
...
Fixes #160
2024-05-23 16:51:04 -07:00
Aleix Conchillo Flaqué
a32ece897a
Merge pull request #179 from pipecat-ai/aleix/aiohttp-response-text
...
fix aiohttp response text
2024-05-24 07:42:05 +08:00
Aleix Conchillo Flaqué
88f6436aaa
fix aiohttp response text
2024-05-23 15:51:00 -07:00
Aleix Conchillo Flaqué
fac43cea06
Merge pull request #178 from pipecat-ai/aleix/daily-python-0.8.0-deps
...
update linux/macos requirements
2024-05-24 05:50:10 +08:00
Aleix Conchillo Flaqué
a9e6aeed54
update linux/macos requirements
2024-05-23 14:49:34 -07:00
Aleix Conchillo Flaqué
fa9f49f5bb
Merge pull request #177 from pipecat-ai/aleix/dialin-ready-missing-sipuri
...
transports(daily): fix dialin-ready event handling
v0.0.23
2024-05-24 05:39:31 +08:00
Aleix Conchillo Flaqué
2a6183aba5
transports(daily): fix dialin-ready event handling
2024-05-23 14:38:37 -07:00
Aleix Conchillo Flaqué
b1a622971b
Merge pull request #176 from pipecat-ai/aleix/handle-dialin-ready
...
transport(daily): add support for dial-in use cases
v0.0.22
2024-05-24 04:58:10 +08:00
Aleix Conchillo Flaqué
5b72faccb4
update CHANGELOG.md for release 0.0.22
2024-05-23 13:57:28 -07:00
Aleix Conchillo Flaqué
c8732544c7
transport(daily): add support for dial-in use cases
2024-05-23 13:56:50 -07:00
Aleix Conchillo Flaqué
d4219b16b8
Merge pull request #170 from pipecat-ai/add-daily-transport-dialout-support
...
transport(daily): add dialout support
2024-05-24 04:19:51 +08:00