Skip to content

Proxy service that allow you to interact with Langflow workflows using OPENAI API.

Notifications You must be signed in to change notification settings

Biskwit/langflow-openai-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langflow Proxy

Description

This is a proxy service that allow you to interact with Langflow workflows using OPENAI API.

Curl Example

curl http://langflow-proxy/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer [LANGFLOW-API-KEY]" \
  -d '{
  "model": "workflow-id",
  "messages": [
    {
      "role": "user",
      "content": "Who are you ?"
    }
  ]
}'

About

Proxy service that allow you to interact with Langflow workflows using OPENAI API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published