0
0
mirror of https://github.com/Shchoholiev/shopping-assistant-api.git synced 2025-06-30 02:31:11 +00:00
shopping-assistant-api/ShoppingAssistantApi.Infrastructure/Services/OpenAiService.cs
2023-10-14 01:14:46 +00:00

12 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ShoppingAssistantApi.Infrastructure.Services;
public class OpenAiService
{
}