Piero Savastano
Piero Savastano
> Hi @pieroit thanks for the update! Regarding the multimodality PR (#967), I noticed the change to the history list type in WorkingMemory. So in my opinion, it makes sense...
Convo history in `v2` is not kept in memory, but will be passed at each client request, core staying stateless. Persistent and DB based convo histories (and relative endpoints) are...
Hi @LorenzoSiena thanks for the suggestion. If you feel like it, you can create the C++ / Arduino client on your profile and open source it, and we can mention...
> @pieroit how did you set the following env variable? `CCAT_CORS_FORWARDED_ALLOW_IPS` That env variable is part of the uvicorn configuration, I don't know but the def value is '*' so...
> @pieroit In my environment the CCAT_CORS_ALLOWED_ORIGINS parameter is enough to get CORS error when I try to consume APIs from something different from http://test.sam.com:5000. > > Working config CCAT_CORS_ALLOWED_ORIGINS:...