Enrique Barcelli kikobar
  • Singapore
  • https://acc4e.com/@kikobar
  • Human being. Temporary dweller of this planet. Permanently searching for ways of making tomorrow better than today. Open-minded. All ideas are welcome.

  • Joined on 2023-06-18
kikobar released 0.2.0 at kikobar/openai-api 2025-08-31 10:55:35 +00:00
kikobar pushed tag 0.2.0 to kikobar/openai-api 2025-08-31 10:53:19 +00:00
kikobar pushed to main at kikobar/openai-api 2025-08-31 10:53:12 +00:00
70194de64c Update SECURITY.md
kikobar pushed to main at kikobar/openai-api 2025-08-31 10:49:15 +00:00
656bfa79df Update README.md
aa77d05721 Add functionality for using vector storages and file uploads
Compare 2 commits »
kikobar released 0.1.0 at kikobar/openai-api 2025-08-31 04:14:37 +00:00
kikobar pushed tag 0.1.0 to kikobar/openai-api 2025-08-31 04:11:22 +00:00
kikobar pushed to main at kikobar/openai-api 2025-08-31 04:10:17 +00:00
19b13ecbff Add README.md
kikobar pushed to main at kikobar/openai-api 2025-08-31 03:10:18 +00:00
8de1340be2 Add security policy
kikobar pushed to main at kikobar/openai-api 2025-08-31 03:01:19 +00:00
87a818b161 Add contributing guidelines
kikobar pushed to main at kikobar/openai-api 2025-08-31 02:54:51 +00:00
7f8a421df9 Add license and code of conduct
kikobar pushed to main at kikobar/openai-api 2025-08-31 02:51:44 +00:00
fc30bb56de Add cancel model response functionality
89b2c8c41e Add functionality to delte model response
476b171015 Add functionality for list input items, retrieve item and retrieve model response
cc3376c136 Add retrieve conversation
4857651a4b Add delete item functionality
Compare 10 commits »
kikobar created branch main in kikobar/openai-api 2025-08-31 02:51:44 +00:00
kikobar created repository kikobar/openai-api 2025-08-31 02:50:23 +00:00
kikobar synced commits to legal at kikobar/fablab-docs from mirror 2025-06-18 15:05:56 +00:00
b769907c14 Fix license links
kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#7 2025-04-05 09:01:58 +00:00
Script fails to obtain token

Rebuilt token exchange around http.client with ssl certificates verification disabled by default.

kikobar closed issue kikobar/org.openbravo.kikobar.banqup#7 2025-04-05 09:01:58 +00:00
Script fails to obtain token
kikobar pushed tag 0.5.1 to kikobar/org.openbravo.kikobar.banqup 2025-04-05 08:59:59 +00:00
kikobar pushed to master at kikobar/org.openbravo.kikobar.banqup 2025-04-05 08:59:48 +00:00
bee2d025f4 Rebuild the token exchange around http.client with ssl certificates disabled
kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#7 2025-04-05 08:56:16 +00:00
Script fails to obtain token

Upon investigation, the issue is due to the verification of the SSL certificate in the requests_oauthlib library, which now it is enabled by default.