You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utils.get_env_vars() function has the side-effect of setting the given variable in the environment. This is due to the fact that the Replicate client is not passing the api key through to later stages of processing. We would like to remove the side-effect.
Options:
Use set_env_var(get_env_var('VAR')) to set the variable before using the replicate client.
Fix the replicate client (contrib to langchain-community) to pass the api key through.
The text was updated successfully, but these errors were encountered:
adampingel
changed the title
review semantics and implementation of methods in utils package
review semantics, implementation, and testing of methods in utils package
Oct 22, 2024
The utils.get_env_vars() function has the side-effect of setting the given variable in the environment. This is due to the fact that the Replicate client is not passing the api key through to later stages of processing. We would like to remove the side-effect.
Options:
The text was updated successfully, but these errors were encountered: