Mark
d2f75e8659
Added simple retry on Open AI chat if a Rate Limit or 502 Bad Gateway error received
2023-04-13 17:23:16 +01:00
Peter Edwards
84c72d4f8c
Merge remote-tracking branch 'upstream/master' into more_azure
2023-04-13 08:35:13 +02:00
Merwane Hamadi
f4831348e8
Use configured temperature value in create_chat_completion function
2023-04-12 16:27:11 -07:00
Peter Edwards
650e2dcd6d
cleaned up .env to move Azure config to separate azure.yaml file
...
updated README.md to explain new config
added Azure yaml loader to config class
centralized model retrieval into config class
this commit effectively combines and replaces #700 and #580
2023-04-12 11:27:37 +02:00
Kari Ahdan
a504f0bdd3
Add required env parameters for azure usage
2023-04-10 16:43:06 +03:00
Andres Caicedo
26abb30674
Merge branch 'master' into dev
2023-04-09 15:42:53 +02:00
Andres Caicedo
011699e6a1
Code review changes
2023-04-09 15:39:11 +02:00
Peter Edwards
a868a39b88
Added functionality to allow the use of GPT on a Microsoft Azure instance
2023-04-05 19:44:28 +02:00
Andres Caicedo
62615cacc9
Adds necessary spaces
...
Introduces spaces between code blocks.
2023-04-04 11:36:50 +02:00
Andres Caicedo
765210f0cd
Add extra documentation
2023-04-03 14:10:02 +02:00
Taylor Brown
ae9448cb89
Consolidate calls to openai
...
Starting to abstract away the calls to openai
2023-04-02 21:51:07 -05:00