jimmy-zhening-luo / smartsearch

I ported Chrome's search shortcut feature to iOS as a Shortcut called Quick Search. In this test project, I prototype extending Quick Search by using the OpenAI API to allow natural language queries in addition to the standard first-token-to-engine mapping.
MIT License
1 stars 0 forks source link

Client: RequestAdapter: non-payload-affecting params should be pulled out to Handler; Handler after() function should not require RequestAdapter (stateless) #3

Open jimmy-zhening-luo opened 10 months ago

jimmy-zhening-luo commented 10 months ago

Investigating and WIP