Alexander Siniouguine

Results 22 comments of Alexander Siniouguine

This is an important feature, I should be able to send a link to a particular blade as well

One solution for this might be to create images with modules already preinstalled instead of installing it in the environment. That actually follows declarative deployment methodology.

@mvktsk, reviewed, added some comments. The main issue for me is that symbolic links don't work when running in docker linux environment which makes developing modules a pain. Also, what...

1. We need to figure out how to make process more efficient without manually coping the files. Maybe some add-on or target configuration so files are deployed to docker modules...

Shouldn't we use some queueing service instead? There is one available in azure.

It won't complicated things much in azure (it is a simple queue service, not servicebus), and it is a better approach for notifications than database. Actually if the goal is...

@Skrypt it should be a simple fix, it is just putting value to Uri ctor, but it should actually construct correct URL and handle any exception in there.

It depends on the provider used, if it is filebased, then it uses local folder.

All I really after is ability to use gpt-3.5-turbo model with skills defined same way as for text completion.

> > @Woland2k can you provide a use case for doing this? You can use the client directly also for this. > > A usecase in my eyes would be,...