Slavi Pantaleev 032809a053 Adjust default openai model id for baibot (gpt-4o -> gpt-4o-2024-08-06)
`gpt-4o` will point to `gpt-4o-2024-08-06` after 2nd of October 2024
anyway. At that time, we can revert to pointing to `gpt-4o`.

The reason `gpt-4o-2024-08-06` was chosen now instead of `gpt-4o`:

- the `max_response_tokens` configuration was set to 16k, which matches
  `gpt-4o-2024-08-06`, but is too large for `gpt-4o` (max 4k)

- baibot's own configs for dynamically created agents, as well as static
  config examples use `gpt-4o-2024-08-06` and the larger
  `max_response_tokens` value
2024-09-22 12:20:26 +03:00
..
2024-09-12 15:19:46 +03:00
2024-09-03 17:25:19 -04:00
2024-06-11 19:25:28 +02:00
2024-05-10 15:11:13 +02:00
2021-01-21 12:55:17 +02:00
2023-01-11 15:12:05 +02:00
2024-03-24 18:35:34 +02:00