Tag: openai-api
-
Generate Graphql queries with AI
0 I’m trying to create a model that generates the GraphQL query for my own GraphQL introspection schema based on user input. I’ve tried fine-tuning, but teaching it multiple cases is quite tedious, and my schema is extensive with many fields and arguments. The model should analyze the user’s input (which may not explicitly reference…