lavague-ai / LaVague

Large Action Model framework to develop AI Web Agents
https://docs.lavague.ai/en/latest/
Apache License 2.0
5.5k stars 506 forks source link

how do I use SAIS model? #623

Open onlybiju opened 3 weeks ago

onlybiju commented 3 weeks ago

I've discovered a great tool with significant potential for Quality Assurance automation. As an automation engineer, I've been assigned to create a Proof of Concept (POC). However, my company has restricted direct access to OpenAI's services. Instead, we use an internal system called SAIS, where our AI team has developed APIs that interface with OpenAI. This SAIS model requires us to pass all necessary information through our internal infrastructure. I need guidance on implementing this integration - specifically, how to modify the implementation to call our internal API endpoints instead of using OpenAI's API directly with their authentication tokens. The internal API would then handle the communication with the AI service and return the responses." Would you like me to help you understand potential approaches for implementing this? I can outline some strategies for:

  1. Adapting the authentication mechanism
  2. Modifying API endpoint configurations
  3. Handling the response format differences (if any)