microsoft / promptbase

All things prompt engineering
MIT License
5.37k stars 295 forks source link

AzureML/guidance Implementation #15

Closed riedgar-ms closed 9 months ago

riedgar-ms commented 9 months ago

Starting work on an AzureML implementation using guidance. So far, this just implements a simple zero-shot prompt.

Harsha-Nori commented 9 months ago

Could we promote the guidance related files outside of AzureML? I'd like them to be easily discoverable and runnable without the AzureML dependency. Wonder if the Azure files could point to a sibling "guidance" folder?

riedgar-ms commented 9 months ago

Could we promote the guidance related files outside of AzureML? I'd like them to be easily discoverable and runnable without the AzureML dependency. Wonder if the Azure files could point to a sibling "guidance" folder?

It would just be an update in constants.py

Harsha-Nori commented 9 months ago

Could we promote the guidance related files outside of AzureML? I'd like them to be easily discoverable and runnable without the AzureML dependency. Wonder if the Azure files could point to a sibling "guidance" folder?

It would just be an update in constants.py

Ah nice, let's do that in the PR then and start building out a guidance/ folder with simple prompt implementations :).