mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
@@ -35,7 +35,7 @@ def store_movie_rating(movie: str, rating: int):
|
||||
try:
|
||||
return response[0]["response"]
|
||||
except Exception as e:
|
||||
print(e) # noqa: T201
|
||||
print(e)
|
||||
return "Something went wrong"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user