Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom code after get response from open_ai #3829

Open
UdalovPS opened this issue Jan 8, 2025 · 1 comment
Open

Custom code after get response from open_ai #3829

UdalovPS opened this issue Jan 8, 2025 · 1 comment
Labels
enhancement New feature or request in-work Issue in work

Comments

@UdalovPS
Copy link

UdalovPS commented Jan 8, 2025

How can I add custom code to the processing of the result of a request to LLM. That is, I send request to OpenAI. Standard answer from OpenAI have input and output tokens. I'm need execute this data

@HenryHengZJ
Copy link
Contributor

if its chatflow, you can connect LLMChain to CustomFunction node.

if its agentflow, we have PR in work (#3612)

@HenryHengZJ HenryHengZJ added enhancement New feature or request in-work Issue in work labels Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-work Issue in work
Projects
None yet
Development

No branches or pull requests

2 participants